import "@/components/profile-v2/ProfileV2";
import {
profileRealDataMockEightDataPoints,
profileRealDataMockFourDataPoints,
profileRealDataMockOneDataPoint,
profileRealDataMockThree,
profileRealDataMockTwo,
profileDataPointsMocked,
profileDataPointsMockedThree,
profileDataPointsMockedOne,
profileDataPointsMockedFour,
profileDataPointsMockedEight,
} from "../sandbox.mock";
import { html } from "lit-element";
export const profileV2Template = html`
UX Refresh Profile Section Default (2 data points)
UX Refresh Profile Section Default (3 data points)
UX Refresh Profile Section Default (1 data point)
UX Refresh Profile Section Default (4 data points)
UX Refresh Profile Section Default (8 data points)
UX Refresh Profile Section: Names loading
UX Refresh Profile Section: Profile Data Loading
UX Refresh Profile Section: Profile API failure
UX Refresh Profile Section: Alias First & Last Name Get Failure
`;